﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
img {
    display: block;
    width: 100%;
}
a {
    text-decoration: none;
    color: #333333;
}
/*@font-face {*/
    /*font-family: "PingFangSC-Medium";*/
    /*src: url("../font/SourceHanSansCNMedium.otf");*/
/*}*/
/*@font-face {*/
    /*font-family: "PingFangSC-Regular";*/
    /*src: url("../font/CNNormal.otf");*/
/*}*/
/*@font-face {*/
    /*font-family: "PingFangSC-Bold";*/
    /*src: url("../font/SourceHanSansSC-Bold.otf");*/
/*}*/
body {
    min-width: 1500px;
    cursor: default;
    font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
    /*font-family: "PingFangSC-Regular";*/
}
:root {
    --active-color:#6A8FE2;
}
/*#4b80f7*/
#slides {
    position: relative;
}
#slides > li {
    position: absolute;
    left: 0;
    top: 0;
}
#pagination > li {
    cursor: pointer;
}
